home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / Tool Chest / Interfaces / UniversalInterfaces 2.0 / CIncludes / Unmangler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-18  |  336 b   |  23 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Unmangler.h
  3.  
  4.     Copyright:    © 1984-1993 by Apple Computer, Inc., all rights reserved.
  5. */
  6.  
  7. #ifndef __UNMANGLER__
  8. #define __UNMANGLER__
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. extern int unmangle(char *dst, char *src, int limit);
  15.  
  16. extern pascal int Unmangle(char *dst, char *src, int limit);
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21.  
  22. #endif
  23.